rsa: add sha256,rsa4096 algorithm
authorHeiko Schocher <[email protected]>
Mon, 3 Mar 2014 11:19:27 +0000 (12:19 +0100)
committerTom Rini <[email protected]>
Fri, 21 Mar 2014 20:39:35 +0000 (16:39 -0400)
commitdb1b5f3d20666ffd52d649a3bd6141989b596e3f
treed252870955d71dd8aaccc705cf5e0b1a68c5c76c
parent646257d1f4004855d486024527a4784bf57c4c4d
rsa: add sha256,rsa4096 algorithm

Add support for sha256,rsa4096 signatures in u-boot.

Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Simon Glass <[email protected]>
Cc: [email protected]
common/image-sig.c
include/image.h
include/rsa-checksum.h
include/rsa.h
lib/rsa/rsa-checksum.c
lib/rsa/rsa-verify.c